Matrix3

Undocumented in source.

Alias This

values

Members

Functions

opBinary
Matrix3 opBinary(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto ref opIndex(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
Matrix3 rotate(float radians)
Undocumented in source. Be warned that the author may not have intended to support it.
scale
Matrix3 scale(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
Matrix3 translate(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
transpose
Matrix3 transpose()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

identity
Matrix3 identity()
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
Matrix3 rotation(float radians)
Undocumented in source. Be warned that the author may not have intended to support it.
translation
Matrix3 translation(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

values
float[9] values;
Undocumented in source.

Meta